home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 11,000 to 11,999 / 11000.zip / AOLDLs / PC-WELT Listings & Tabellen / WIN.exe / WIN.BAT
DOS Batch File  |  1998-11-13  |  258b  |  13 lines

  1. @echo off
  2. pkunzip c:\windows\win.zip c:\windows -s
  3. if errorlevel == 11 GOTO Error
  4. echo @echo off > c:\windows\winstart.bat
  5. echo del c:\windows\win.com >> c:\windows\winstart.bat
  6. win.com
  7. Goto Ende
  8. :Error
  9. cls
  10. echo Falsches Kennwort. Abbruch
  11. :Ende
  12.  
  13.